<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
header table {
  width: 100%;
}

.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


table {
  border: 2px solid black;
  border-radius: 7PX;
  background-color:#66b3ff;
}

body {
  background-color: #ccd1d1;
}

table tr th a {
  font-family: Poiret One, georgia, tahoma, verdana;
  font-size: 2em;
  color: black;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

ol li { text-align:center;
        
      }

p {
  margin-left: 10%;
  margin-right: 10%;
  font-family:Poiret One, georgia, tahoma;
}


a:visited {
  color:#666666;
}

a:hover {
    color: blue;
}

h1 {
  font-size: 3em;
  font-family:Poiret One, georgia, tahoma;
}

div {
	border-radius: 5px;
	border: 2px solid #3b5998;
	background-color: #BCD2EE;
  height: auto;
	width: 120px;
	margin: auto;
	text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
width: 50%;
 }

		&lt;/div&gt;

footer div a {

  font-family: Poiret One, tahoma, verdana;
  font-size: 1em;
  color: #3b5998;
}


</pre></body></html>